Add a note about tooltip limitations
authorMatthias Clasen <mclasen@redhat.com>
Fri, 11 Sep 2009 16:47:32 +0000 (12:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 11 Sep 2009 16:47:32 +0000 (12:47 -0400)
Apparently Windows only shows the first 64 characters of tooltips
on statusicons. Bug 594600.

gtk/gtkstatusicon.c

index 0d6a262d8dc53040a70a6d55acd84f29d0c25ecd..1cdb0c15d3441964e985a9a3028b9c141b658302 100644 (file)
@@ -370,6 +370,10 @@ gtk_status_icon_class_init (GtkStatusIconClass *class)
    * the default handler for the #GtkStatusIcon::query-tooltip signal
    * will take care of displaying the tooltip.
    *
+   * Note that some platforms have limitations on the length of tooltips
+   * that they allow on status icons, e.g. Windows only shows the first
+   * 64 characters.
+   *
    * Since: 2.16
    */
   g_object_class_install_property (gobject_class,